projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efca9fd
)
(CFLAGS): Do not define HAVE_NTGUI.
author
Andrew Innes
<andrewi@gnu.org>
Mon, 1 Jun 1998 14:00:12 +0000
(14:00 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Mon, 1 Jun 1998 14:00:12 +0000
(14:00 +0000)
nt/makefile.def
patch
|
blob
|
history
diff --git
a/nt/makefile.def
b/nt/makefile.def
index 4e28b0beb3d98ea3f689a6a5af86d8c6f5e30863..fdfa6029653c267117274b6d39bb5251ff35694b 100644
(file)
--- a/
nt/makefile.def
+++ b/
nt/makefile.def
@@
-142,9
+142,6
@@
CFLAGS = $(CFLAGS_COMMON) -D_CRTAPI1=_cdecl
!else
CFLAGS = $(CFLAGS_COMMON) -D_CRTAPI1=_cdecl
!endif
-!ifdef NTGUI
-CFLAGS = $(CFLAGS) -DHAVE_NTGUI=1
-!endif
!ifdef BUILD_TYPE
OBJDIR = obj-$(BUILD_TYPE)